home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…tion Library 4 (Reseller)
/
Apple Ref. & Pres. Lib.v4.0.iso
/
5-Fonts & Software
/
HyperCard 1.2.5
/
More Stacks
/
Documents
/
Documents
/
background_2671.txt
< prev
next >
Wrap
Text File
|
1989-09-06
|
6KB
|
308 lines
-- background: 2671 from stack: in
-- bmap block id: 8725
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openBackground
push recent card
end openBackground
-- part 2 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=69 top=40 right=58 bottom=390
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Name
-- part 11 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=185 top=84 right=102 bottom=230
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Creator
-- part 12 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=69 top=108 right=126 bottom=399
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Created
-- part 13 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=69 top=131 right=149 bottom=399
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Modified
-- part 14 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=284 top=84 right=102 bottom=351
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Size
-- part 15 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=69 top=84 right=102 bottom=114
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Type
-- part 17 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=69 top=155 right=313 bottom=485
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Notes
-- part 18 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=69 top=62 right=80 bottom=393
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Where
-- part 19 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=447 top=47 right=93 bottom=494
-- title width / last selected line: 0
-- icon id / first selected line: 17343 / 17343
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Open
----- HyperTalk script -----
on mouseUp
if field "Type" is "STAK" then go to stack field "Name"
else if field "Type" is "APPL" then open field "Name"
else
put GetCreator(field "Creator") into appName
if appName is not empty then open field "Name" with appName
end if
end mouseUp
-- part 20 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=20 top=286 right=319 bottom=59
-- title width / last selected line: 0
-- icon id / first selected line: 20186 / 20186
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
ask "Sort cards by what field?" with "Type"
if it is not empty then sort by field it
end mouseUp
-- part 23 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=21 top=219 right=249 bottom=60
-- title width / last selected line: 0
-- icon id / first selected line: 2478 / 2478
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: About
----- HyperTalk script -----
on mouseUp
go to card "About"
end mouseUp
-- part 24 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=259 top=312 right=339 bottom=284
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 25 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=232 top=312 right=339 bottom=259
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
go to prev card
end mouseUp
-- part 26 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=473 top=310 right=340 bottom=499
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
pop card
end mouseUp
-- part 27 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=20 top=251 right=283 bottom=59
-- title width / last selected line: 0
-- icon id / first selected line: 32670 / 32670
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
show all cards
end mouseUp
-- part 28 (button)
-- low flags: 00
-- high flags: A000
-- rect: left=396 top=47 right=93 bottom=443
-- title width / last selected line: 0
-- icon id / first selected line: 1008 / 1008
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Print
----- HyperTalk script -----
on mouseUp
if field "Type" is "APPL" then exit mouseUp
else if field "Type" is "STAK" then
go to stack field "Name"
doMenu "Print Stack..."
else
put GetCreator(field "Creator") into appName
if appName is not empty then print field "Name" with appName
end if
end mouseUp
-- part 29 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=21 top=186 right=216 bottom=60
-- title width / last selected line: 0
-- icon id / first selected line: 11045 / 11045
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris close
go home
end mouseUp